home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 19.zip / BS1 part 19 / Lattice C disk 1.adf / s / install_floppy next >
Text File  |  1988-12-22  |  2KB  |  44 lines

  1. c:resident sys:c/resident
  2. resident sys:c/assign
  3. resident sys:c/echo
  4. resident sys:c/path
  5. resident sys:c/dir
  6. resident sys:c/MakeDir
  7. resident sys:c/cd
  8. resident sys:c/copy
  9. echo " "
  10. assign CLIPS: ram:clipboards
  11. assign ENV: ram:env
  12. assign QUAD:    RAM:
  13. assign LC:      Lattice_C_5.0.1:c
  14. assign INCLUDE: Lattice_C_5.0.2:CompactH
  15. assign LIB:     Lattice_C_5.0.2:lib
  16. path df0:system add
  17. path lc: add
  18. echo " "
  19. echo "The Compiler, Linker, Assembler, Editor, and many other tools provided"
  20. echo "with Lattice C can be made resident and is recommended if your system"
  21. echo "has more than 512K bytes of memory.  I.E.;"
  22. echo "                resident lc:lc1"
  23. echo "                resident lc:lc2"
  24. echo "                resident lc:blink"
  25. resident sys:c/newshell
  26. echo " "
  27. Lattice_C_5.0.1:PopCLI 300 newshell con:0/0/640/100/NewShell from ram:shell-startup
  28. echo "============================================================"
  29. echo "*e[33mPopCLI III*e[0m is installed as a background task."
  30. echo "To invoke a new CLI, hold the *e[33mleft-Amiga key*e[0m and press *e[33mesc*e[0m."
  31. echo "The Screen-Saver feature of *e[33mPopCLI III*e[0m will blank the screen"
  32. echo "if there is no mouse or keyboard activity for 2 minutes."
  33. echo "*e[33mPopCLI III*e[0m is documented in the 'Examples' directory on disk 4."
  34. echo "============================================================"
  35. echo " "
  36. echo "The *e[33mConMan*e[0m console handler has been installed to provide"
  37. echo "command-line editing capabilities on *e[33mnew*e[0m console windows."
  38. echo "To enable command-line editing type *e[33mendcli*e[0m to terminate this CLI,"
  39. echo "then hold the *e[33mleft-Amiga key*e[0m and press *e[33mesc*e[0m to invoke a new CLI."
  40. echo "*e[33mConMan*e[0m is a *e[33mshareware*e[0m product by Bill Hawes."
  41. resident echo remove
  42. copy s:shell-startup ram:
  43.  
  44.